Hackathon 2025 - Cumulative changes#1496
Conversation
|
This change is part of the following stack: Change managed by git-spice. |
|
A single node development cluster (infra-pr-1496) was allocated in production infra for this PR. CI will attempt to deploy 🔌 You can connect to this cluster with: 🛠️ And pull infractl from the deployed dev infra-server with: 🚲 You can then use the dev infra instance e.g.: Further Development☕ If you make changes, you can commit and push and CI will take care of updating the development cluster. 🚀 If you only modify configuration (chart/infra-server/configuration) or templates (chart/infra-server/{static,templates}), you can get a faster update with: LogsLogs for the development infra depending on your @redhat.com authuser: Or: |
| "@patternfly/react-icons": "^6.0.0", | ||
| "@tanstack/react-query": "^5.66.9", | ||
| "axios": "^0.21.4", | ||
| "eslint": "^7.11.0", |
There was a problem hiding this comment.
We need to add eslint explicitly after dropping react-scripts.
| "react": "^17.0.1", | ||
| "react-dom": "^17.0.1", | ||
| "react-feather": "^2.0.9", | ||
| "random-words": "^2.0.1", |
There was a problem hiding this comment.
random-words is a replacement for namor used to generate random cluster names. The latter used the node crypto module, and was making the build process more cumbersome after moving to vite.
There was a problem hiding this comment.
Mostly an auto-generated configuration from the cra->vite migration tool: npx viject.
Change overview
create-react-app/react-scriptswithvite@tanstack/react-queryTesting
Load the home page, with some simulated data to view all possible flavor states.

Show all flavors and clusters:

Create a cluster:



Increment/decrement lifespan:

View artifacts for a ready cluster, + copy command:

Download binaries:

Dark mode:

404:

Logout (changes to the style of the login page maybe at the next Hackathon):
